-
-
Notifications
You must be signed in to change notification settings - Fork 964
7.0.x Fix for Fields Rendering of java.time.* #15146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 7.0.x
Are you sure you want to change the base?
Conversation
} else if (date instanceof Instant) { | ||
zonedDateTime = ZonedDateTime.ofInstant(date, ZoneId.systemDefault()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps, for a future version, make ZoneId.systemDefault()
into something that could be configured?
We originally said "bug" fixes would only go in 7.0.1 and features in 7.1.0. I'm ok with the change going into 7.0.1, but we probably should make sure @jamesfredley & @matrei agree with this. |
Right, I think this is a bug fix because the new fields don't even work. @jdaugherty look at the Edit/Create view results |
I think we should move to second or even nanosecond precision in 7.1.x |
java.sql.Date on /show page results in
|
Show DateTime
7.0.0
With This Fix
Edit/Create DateTime
7.0.0
With This Fix
Remaining JSON Issues:
Spring Boot
Grails 7